// 
// SKITTER AIBO MIND MANAGER (SAMM) TEMPLATE FILE.   DO NOT EDIT!!!
// (unless you know what you're doing of course)
//
// Title lines (prefix with '+' symbol) are for user readability in SAMM.
//   They are drawn highlighted to show various catagories.  Dances which 
//   follow are drawn indented.
//
// Other lines are dance descriptions, followed by ODA chunk info.  ie:
//   <description> <motion_chunk_name> <led_chunk_name> <sound_chunk_name> 
//
// Spaces & tabs are ignored.  Anything after a '/' symbol is ignored.
// Empty lines are ignored.
//
// Lines starting with "@" are directives to SAMM.  Currently, the following
// three directives are supported (any other directives are ignored).
//   @MTN [memstick_path_to_motion_oda]
//   @LED [memstick_path_to_led_oda]
//   @SND [memstick_path_to_sound_oda]
//
// For example:
//   @MTN \OPEN-R\MW\DATA\P\MOTION.ODA
//   @LED \OPEN-R\MW\DATA\P\LED.ODA
//   @SND \OPEN-R\MW\DATA\P\AUDIO.ODA
//
// The ODA directives override the normal AiboMind defaults (if for some
// reason that becomes necessary).  They arn't normally required.
//
// --------------------------------------------------------------------------
//
// SAMM loads the memstick ODA's, decompresses them, replaces specified 
// chunks with those from user actions, recompresses the ODA's, and writes 
// the modified ODA's back to the memstick.  
//
// If user doesn't specify an action for a "dance slot", SAMM leaves the
// associated chunks in the memstick ODA's unchanged.
//
// SAMM also leaves a copy of the original ODA's (as it finds them) in the
// action directory.  If something goes wrong, the ODA's can be copied back 
// to the memstick by the user.
//
// --------------------------------------------------------------------------
//

+"Station Position"
"Dance1"          a_station#station_soc_dance1    soc_n00dance1soc_l20      soc_n00dance01soc_x1x
"Dance2"          a_station#station_soc_dance2    soc_n00dance2soc_l20      soc_n00dance02soc_x1x
"Dance3"          a_station#station_soc_dance3    soc_n00dance3soc_l20      soc_n00dance03soc_x1x
"Dance4"          a_station#station_soc_dance4    soc_n00dance4soc_l20      soc_n00dance04soc_x1x
"Dance5"          a_station#station_soc_dance5    soc_n00dance5soc_l20      soc_n00dance05soc_x1x

+"Sleep Position (Laying Down)"
"Dance1"          a_sleep#sleep_soc_dance1        soc_p00dance1soc_l20      soc_p00dance01soc_x1x
"Dance2"          a_sleep#sleep_soc_dance2        soc_p00dance2soc_l20      soc_p00dance02soc_x1x
"Dance3"          a_sleep#sleep_soc_dance3        soc_p00dance3soc_l20      soc_p00dance03soc_x1x
"Dance4"          a_sleep#sleep_soc_dance4        soc_p00dance4soc_l20      soc_p00dance04soc_x1x
"Dance5"          a_sleep#sleep_soc_dance5        soc_p00dance5soc_l20      soc_p00dance05soc_x1x

+"Sit Position"
"Dance1"          a_sit#sit_soc_dance1            soc_t00dance1soc_l20      soc_t00dance01soc_x1x
"Dance2"          a_sit#sit_soc_dance2            soc_t00dance2soc_l20      soc_t00dance02soc_x1x
"Dance3"          a_sit#sit_soc_dance3            soc_t00dance3soc_l20      soc_t00dance03soc_x1x
"Dance4"          a_sit#sit_soc_dance4            soc_t00dance4soc_l20      soc_t00dance04soc_x1x
"Dance5"          a_sit#sit_soc_dance5            soc_t00dance5soc_l20      soc_t00dance05soc_x1x
"Special Dance"   a_sit#sit_soc_spdance1          soc_t00spdance1soc_l20    soc_t00spdance01soc_x1x

+"Stand Position"
"Dance1"          a_stand#stand_soc_dance1        soc_d00dance1soc_l20      soc_d00dance01soc_x1x
"Dance2"          a_stand#stand_soc_dance2        soc_d00dance2soc_l20      soc_d00dance02soc_x1x
"Dance3"          a_stand#stand_soc_dance3        soc_d00dance3soc_l20      soc_d00dance03soc_x1x
"Dance4"          a_stand#stand_soc_dance4        soc_d00dance4soc_l20      soc_d00dance04soc_x1x
"Dance5"          a_stand#stand_soc_dance5        soc_d00dance5soc_l20      soc_d00dance05soc_x1x
"Special Dance"   a_stand#stand_soc_spdance1      soc_d00spdance1soc_l20    soc_d00spdance01soc_x1x

